menushell: Remove unused variable
authorBenjamin Otte <otte@redhat.com>
Mon, 17 Dec 2012 16:17:54 +0000 (17:17 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 17 Dec 2012 16:21:07 +0000 (17:21 +0100)
Introduced in 531d0dc32a38c3bb00a5f9f6fc37e126f62beb07. Welcome to the
club of people not using -Werror Stéphane.

gtk/gtkmenushell.c

index 81fe3a8e0b021a8152f1d21ad7166ddaebd882db..30de337df3d60bb9d28c1e6899a33bd6d2ca7e89 100644 (file)
@@ -1723,8 +1723,6 @@ static void
 gtk_real_menu_shell_cycle_focus (GtkMenuShell     *menu_shell,
                                  GtkDirectionType  dir)
 {
-  GtkMenuShellPrivate *priv = menu_shell->priv;
-
   while (menu_shell && !GTK_IS_MENU_BAR (menu_shell))
     {
       if (menu_shell->priv->parent_menu_shell)